Uses of Interface
negotiator.utility.Evaluator

Packages that use Evaluator
negotiator.utility   
 

Uses of Evaluator in negotiator.utility
 

Classes in negotiator.utility that implement Evaluator
 class EvaluatorDiscrete
          This class is used to convert the value of a discrete issue to a utility.
 class EvaluatorInteger
          This class is used to convert the value of an integer issue to a utility.
 

Methods in negotiator.utility that return Evaluator
 Evaluator UtilitySpace.addEvaluator(Objective obj)
          Adds an evaluator to an objective or issue
 Evaluator UtilitySpace.addEvaluator(Objective obj, Evaluator ev)
          Sets an pair.
 Evaluator Evaluator.clone()
           
 Evaluator UtilitySpace.DefaultEvaluator(Objective obj)
          create a default evaluator for a given Objective.
 Evaluator UtilitySpace.getEvaluator(int index)
           
 

Methods in negotiator.utility that return types with arguments of type Evaluator
 java.util.Set<java.util.Map.Entry<Objective,Evaluator>> UtilitySpace.getEvaluators()
           
 java.util.Set<java.util.Map.Entry<Objective,Evaluator>> UtilitySpace.normalizeChildren(Objective obj)
          Normalizes the weights of objectives of the given objective so that they sum up to one.
 

Methods in negotiator.utility with parameters of type Evaluator
 Evaluator UtilitySpace.addEvaluator(Objective obj, Evaluator ev)
          Sets an pair.